A symmetric matrix is one where the elements either side of the diagonal morror oen another. That is Mi,j = Mj,i, or, in other words, M is the matrix transpose of itself.
A 3 x 3 symmetric matrix:
3 | -1 | 2 |
-1 | 7 | 1 |
2 | 1 | -3 |
Used on pages 134, 148
Also known as symmetric matrices